home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / A-line / Scripts / Stuff < prev    next >
Encoding:
Text File  |  2000-06-24  |  197 b   |  9 lines

  1. # Stuff
  2.  
  3. set DROPSTUFF "{Boot}Development:Utilities:DropStuff"
  4. set ALIAS "{TempFolder}Alias"
  5. Delete -i -ay "{Alias}"
  6. MakeAlias.pl "{1}" "{ALIAS}"
  7. "{DROPSTUFF}" -wait "{ALIAS}"
  8. Delete -ay "{ALIAS}"
  9.